home *** CD-ROM | disk | FTP | other *** search
- cur_level_num = 115
-
- dofile("everything.lua")
-
- c_add_a_path("edge-path", 0, 75 )
-
- function LEVEL_start()
- ticker = 0
- pylon_start("cornered-1",90.0)
- floor_start_random()
- player_start( -40.6717 , 24.7728 , 0.0 )
- end
-
- function LEVEL_gameloop()
- everying_gameloop()
-
- if ticker == 500 then
- actor_plopper( "mergeblob-1_big_emerge", 1,0,0, 43.0157,43.0157,-27.2228,-27.2228, -90.0,0.0, "edge-path" )
- end
-
- if ticker == 500 then
- actor_plopper( "mergeblob-1_big_emerge", 1,0,0, 11.053,11.053,36.2618,36.2618, -90.0,0.0, "edge-path" )
- end
-
- if ticker == 500 then
- actor_plopper( "mergeblob-1_big_emerge", 1,0,0, -48.9503,-48.9503,-17.3655,-17.3655, -90.0,0.0, "edge-path" )
- end
-
- if ticker == 500 then
- actor_plopper( "chunk", 1,0,0, 33.841,33.841,-1.44536,-1.44536, -90.0,191.1 )
- end
-
- if ticker == 500 then
- actor_plopper( "chunk", 1,0,0, -32.3745,-32.3745,-1.44536,-1.44536, -90.0,191.1 )
- c_no_more_beasties_to_come()
- end
-
- end
-
-